home *** CD-ROM | disk | FTP | other *** search
- object fFrameset: TfFrameset
- Left = 321
- Top = 208
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Frameset'
- ClientHeight = 150
- ClientWidth = 250
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object cmdOK: TButton
- Left = 84
- Top = 120
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- object cmdCancel: TButton
- Left = 168
- Top = 120
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- object grpFrameset: TGroupBox
- Left = 9
- Top = 8
- Width = 232
- Height = 97
- TabOrder = 0
- object Label1: TLabel
- Left = 24
- Top = 30
- Width = 20
- Height = 13
- Caption = 'Cols'
- Transparent = True
- end
- object Label2: TLabel
- Left = 24
- Top = 58
- Width = 27
- Height = 13
- Caption = 'Rows'
- Transparent = True
- end
- object txtCols: TEdit
- Left = 62
- Top = 26
- Width = 150
- Height = 21
- TabOrder = 0
- end
- object txtRows: TEdit
- Left = 62
- Top = 54
- Width = 150
- Height = 21
- TabOrder = 1
- end
- end
- end
-